home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Emulators / DarkNESs / darkNESs0.22.doc < prev    next >
Text File  |  1998-06-24  |  9KB  |  220 lines

  1.  
  2.                               darkNESs v0.22
  3.                        A NES emulator for the Amiga
  4.                            (C)1997 Mark Van Hal
  5.  
  6. Introduction : 
  7.  
  8.     darkNESs is a Nintendo Entertainment System emulator for the Amiga.
  9. To use it you will need any Amiga with a 68020+ and OS 2.0+, you will also
  10. need ROM image files for the games that you wish to play. These files must
  11. be in .NES format as is used by iNES, NESticle, and other NES emulators on
  12. the PC and Amiga. Starting with version 0.20 darkNESs is written in 100% asm,
  13. and is much faster then previous versions. Although darkNESs is not the
  14. fastest NES emulator for the Amiga, it is the most compatible, and is the
  15. only one that handles NES games that use bank switching during the display and
  16. properly updates the display with games that don't use VROM. It is also the
  17. only NES emulator that works properly with ECS/OCS and Gfx cards.
  18.  
  19. Using darkNESs : 
  20.  
  21. To use the GUI :
  22.  
  23. From WorkBench : Double click on the darkNESs icon.
  24.  
  25. From the CLI type : darkNESs with no options.
  26.  
  27. The GUI is simple enough that not much of an explanation is required.
  28. Options that are disabled are either not yet implimented or are unavailable
  29. at the current time, these will become enabled when it is appropreate. 
  30. (for example the Start gadget is disabled until a valid .NES file is loaded)
  31. The Screen Mode gadget requires version 39 or better of the asl.library.
  32. When you Quit from the GUI, the settings are stored in the darkNESs.prefs
  33. file in the same directory as the program.
  34.  
  35. Version 0.20 of darkNESs added a line based screen refresh mode to the
  36. tile based mode in earlier versions. This mode works best with games
  37. that make changes to the display on every line (like F1-Race) but is
  38. about 10% slower then the tile based mode. It is best to experiment to
  39. see which mode works best for each game (and you can change the mode during
  40. the emulation by pressing F3)
  41.  
  42. Also new in version 0.20 is Double Buffering, which eliminates screen flicker.
  43. Screen updates are also faster with Double Buffering on.
  44.  
  45. Note : Double Buffering only works with NTSC and PAL LoRes screenmodes on
  46. the native Amiga display (no Gfx cards) if a NTSC or PAL HiRes or 
  47. Super-HiRes screenmode is selected the LoRes version of the mode will be
  48. used. If you turn Double Buffering off, any screenmode can be used
  49. (including Gfx cards).
  50.  
  51. If you don't want to use the GUI then, 
  52. from the CLI type : darkNESs file.nes [-(P|O)] [-F] [-D]
  53.  
  54. Replace file.nes with the name of the .nes format ROM image file. If the
  55. cartridge uses battery backed memory, then a file with the same name but
  56. with an extension of .SAV instead of .NES will be created the first time
  57. that you use it, and will be used to save the contents of the battery
  58. backed RAM.
  59.  
  60. The -P or -O options are only of use to NTSC users. Since the NES has a
  61. resolution of 256 x 224, and a standard NTSC LORES screen is 320 x 200,
  62. 24 lines of the NES screen would not normally be visible on the screen.
  63. So, by using the -P option, you can run darkNESs in a PAL LORES screen which
  64. has a resolution of 320 x 256, or you can use the -O option which will use
  65. an NTSC LORES screen with overscan to allow you to display the full NES
  66. screen. Note : If you use the -P option, make sure that the PAL monitor
  67. driver is in Devs:Monitors.
  68.  
  69. The -F option tells the emulator to set the initial frame-skip to 3 (draw 
  70. every third frame). This speeds things up a bit, but some games don't look
  71. as good when doing this. The frame-skip can be adjusted with + and - while the
  72. emulator is running. 
  73.  
  74. The -D option turns double buffering on.
  75.  
  76. darkNESs uses the settings from the darkNESs.prefs file unless the
  77. command line options are specified.
  78.  
  79. Controls : 
  80.  
  81. Once the emulation is running, you can use the following controls : 
  82.  
  83. Cursor Keys - Joypad
  84. LShift or A - Button A
  85. LAlt   or Z - Button B
  86. Return or ] - Start
  87. RShift or [ - Select
  88.  
  89. F1          - Select Controller 1
  90. F2          - Select Controller 2
  91.  
  92. F3          - Toggle between Tile and Line Refresh Methods
  93. +           - Increase Frame-skip Value
  94. -           - Decrease Frame-skip Value
  95. F10         - Reset (you may have to press F10 twice to reset)
  96. Ctrl        - Toggle Mirroring (Horizontal/Vertical)
  97. Esc         - Exit
  98.  
  99. Problems : 
  100.  
  101. Unable to open Screen - Not enough chip memory or the default screenmode
  102. in your darkNESs.prefs file is not available or you have selected double
  103. buffering and the selected screenmode is not an NTSC or PAL one. If using
  104. the command line options, if you are using the -P option and the PAL monitor
  105. driver is not loaded you will get this message.
  106.  
  107. Not Enough Memory to Load File - There is not enough memory to load the
  108. ROM image.
  109.  
  110. File Not Found error message - The ROM image file you specified cannot be
  111. found.
  112.  
  113. Bad .NES File - The ROM image that you specified is not a valid .NES file.
  114.  
  115. Unsupported Mapper Type - The ROM image that was loaded uses a MMC
  116. (memory mapper) that is not supported by darkNESs. Currently darkNESs
  117. supports the following MMC's : 
  118.  
  119. 0,2,3 - 100% working
  120. 1     - 90%  working
  121. 4     - 70%  working
  122. 7     - 100%  working
  123. 9     - works, but not yet perfect
  124. 11    - 80%  working
  125. 16    - not tested
  126.  
  127. No other MMC's are currently supported.
  128.  
  129. Graphics appear wrong - With ROM images with MMC types 0,2,3 the type of
  130. mirroring that the games uses is stored in the .NES header. If this is
  131. set incorrectly, the graphics may appear wrong. Press Ctrl to change the
  132. type of mirroring, and press F10 to reset the game. If this does not fix
  133. the problem, then it may be that the game is not compatible with darkNESs.
  134. Note : MMC types 1 and 4 automatically set the mirroring to whatever the
  135. game needs, so do not use Ctrl to try to fix these games as it will not
  136. work.
  137.  
  138. Game doesn't work, or doesn't work correctly - darkNESs v0.22 is still an 
  139. early version, and many games still do not work (most of these are due
  140. to unsupported MMC's), and some games do not work correctly (these are 
  141. often caused by timing problems or by games using parts of the NES hardware
  142. that are not yet implimented (or not implemented correctly). I am working
  143. on making darkNESs as compatible as possible, but it will take time, so
  144. if a game doesn't work, wait until the next version comes out, and try it
  145. again.
  146.  
  147. Support darkNESs : 
  148.  
  149. I have decided to make darkNESs giftware. This means that if you use
  150. darkNESs and like it (or even if you use it and don't like it) that
  151. you should send me a gift. You are under no obligation to send me anything,
  152. but the more gifts that I recieve, the more incentive I will have to work
  153. on new versions, and the less incentive I will have to make darkNESs
  154. shareware (as the other NES emulators for the Amiga are).
  155.  
  156. Some suggested gifts are : 
  157.  
  158.     Money (Canadian or U.S. dollars only) - Money is always good...
  159.     Software/Hardware - If you have any old Amiga software or hardware
  160.                 that you no longer use,send it to me.
  161.     Registered Shareware - If you are the author of any Shareware for
  162.                    the Amiga, send me a registered copy.
  163.     PD/Freeware - If you have written any good PD or Freeware programs
  164.               send me a copy on disk.
  165.     Postcard - A cheap and easy gift.
  166.     E-Mail - If a postcard is out of your price range, then send me 
  167.          an E-Mail message.
  168.  
  169.  
  170. My address is : 
  171.  
  172.     Mark Van Hal
  173.     80 Delroy Dr.
  174.     Etobicoke, Ont.
  175.     Canada
  176.     M8Y-1N2
  177.  
  178.  
  179. My e-mail address is :
  180.  
  181. mongo@octonline.com
  182.  
  183. The darkNESs homepage is at : 
  184.  
  185. HTTP://members.octonline.com/mongo/darkness.html
  186.  
  187. The Future : 
  188.  
  189. I plan on fixing bugs and adding new features to make darkNESs the best
  190. NES emulator available for any computer. 
  191.  
  192. Note : If anyone has any technical documentation on the NES (other than
  193. the ones by Marat Fayzullin and Y0SHI) please contact me by E-Mail.
  194.  
  195. Note : Do NOT send me E-Mail asking for ROM images or complaining that
  196. a game doesn't work, you will not get any ROM images from me, and I know
  197. about most games that don't work. Also don't send me e-mail asking me to
  198. send you the latest version of darkNESs, the latest version is always 
  199. available on AmiNet or the darkNESs homepage.
  200.  
  201. Credits : 
  202.  
  203. Marat Fayzullin - For the NES documentation and the 6502 emulation that
  204. was used in versions before 0.20
  205. Without which darkNESs would have taken much longer to develope.
  206.  
  207. Paul Robson - For releasing the source to NESA, his NES emulator for the PC,
  208. from which I borrowed (stole) the palette.
  209.  
  210. Craig Howard - For creating the icon for darkNESs.
  211.  
  212. Y0SHI - For his NESTECH.DOC which is a great source of info on the NES.
  213.  
  214. Mark Knibbs - For providing me with lots of useful bug reports and
  215. suggestions.
  216.  
  217. "Yet when I hoped for good, evil came; when I looked for light, then
  218.    came darkNESs." - JOB 30:26
  219.  
  220.